home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / sharewar / matrix / matrix.exe / {app} / Matrix.exe / 0 / RCDATA / TTEXTSEARCHDIALOG / TTEXTSEARCHDIALOG.txt
Text File  |  2002-03-16  |  2KB  |  106 lines

  1. object TextSearchDialog: TTextSearchDialog
  2.   Left = 290
  3.   Top = 225
  4.   BorderStyle = bsDialog
  5.   Caption = 'Search Text'
  6.   ClientHeight = 180
  7.   ClientWidth = 332
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCloseQuery = FormCloseQuery
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 12
  21.     Width = 52
  22.     Height = 13
  23.     Caption = '&Search for:'
  24.   end
  25.   object cbSearchText: TComboBox
  26.     Left = 96
  27.     Top = 8
  28.     Width = 228
  29.     Height = 21
  30.     ItemHeight = 13
  31.     TabOrder = 0
  32.   end
  33.   object gbSearchOptions: TGroupBox
  34.     Left = 8
  35.     Top = 40
  36.     Width = 154
  37.     Height = 109
  38.     Caption = 'Options'
  39.     TabOrder = 1
  40.     object cbSearchCaseSensitive: TCheckBox
  41.       Left = 8
  42.       Top = 17
  43.       Width = 140
  44.       Height = 17
  45.       Caption = 'C&ase sensitivity'
  46.       TabOrder = 0
  47.     end
  48.     object cbSearchWholeWords: TCheckBox
  49.       Left = 8
  50.       Top = 39
  51.       Width = 140
  52.       Height = 17
  53.       Caption = '&Whole words only'
  54.       TabOrder = 1
  55.     end
  56.     object cbSearchFromCursor: TCheckBox
  57.       Left = 8
  58.       Top = 61
  59.       Width = 140
  60.       Height = 17
  61.       Caption = 'Search from &caret'
  62.       TabOrder = 2
  63.     end
  64.     object cbSearchSelectedOnly: TCheckBox
  65.       Left = 8
  66.       Top = 83
  67.       Width = 140
  68.       Height = 17
  69.       Caption = '&Selected text only'
  70.       TabOrder = 3
  71.     end
  72.   end
  73.   object rgSearchDirection: TRadioGroup
  74.     Left = 170
  75.     Top = 40
  76.     Width = 154
  77.     Height = 65
  78.     Caption = 'Direction'
  79.     ItemIndex = 0
  80.     Items.Strings = (
  81.       '&Forward'
  82.       '&Backward')
  83.     TabOrder = 2
  84.   end
  85.   object btnOK: TButton
  86.     Left = 170
  87.     Top = 149
  88.     Width = 75
  89.     Height = 23
  90.     Caption = 'OK'
  91.     Default = True
  92.     ModalResult = 1
  93.     TabOrder = 3
  94.   end
  95.   object btnCancel: TButton
  96.     Left = 249
  97.     Top = 149
  98.     Width = 75
  99.     Height = 23
  100.     Cancel = True
  101.     Caption = 'Cancel'
  102.     ModalResult = 2
  103.     TabOrder = 4
  104.   end
  105. end
  106.